home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr02
/
frt172.zip
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-07-07
|
859b
|
55 lines
echo off
cls
set drive=%1
rem change to root before making FREIGHT directory
if "%1" == "" goto error
rem create the directory \FREIGHT
md %drive%\FRTPLUS
cls
echo Press any key to install Freight+ UPS Rate Lookup
Echo .
echo .
echo .
pause
FRTPLUS %drive%\FRTPLUS
cls
echo .
echo Installation of FREIGHT+ Rate Lookup Complete...
echo to load the 5k TSR into memory type RATES
echo .
echo To activate Freight+ Rates (TSR) press 'Shift+F1' keys
echo.
echo To see a DEMO of Freight+ manifest type: FRT
echo .
%1
cd\FRTPLUS
goto exit
****
:error
cls
echo .
echo ERROR : Type INSTALL followed by the drive letter and a colon
echo EXAMPLE: INSTALL C:
echo Installation aborted
echo .
:EXIT